home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / music / hip212.lha / HippoPlayer / ARexx / HiP_timeout.rexx < prev    next >
OS/2 REXX Batch file  |  1992-09-02  |  86b  |  9 lines

  1. /* HippoPlayer - Set timeout */
  2.  
  3. parse arg secs
  4.  
  5. address 'HIPPOPLAYER'
  6.  
  7. timeout secs
  8.  
  9.